home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / bgfax155.zip / PCB-USR.TXT < prev    next >
Text File  |  1995-11-05  |  2KB  |  48 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX, PC Board 15.22, US Robotics Modems   11-05-95
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. NOTE: US Robotics owners, please read over the USR section in the READ.ME
  8.       file before proceeding!
  9.  
  10. Please make sure the following three items are true before proceeding...
  11. (1) Your modem is NOT set to "Auto Answer" mode (REGISTER S0 MUST EQUAL 0)
  12. (2) DIP switch #5 is in the "SUPPRESS AUTO ANSWER" position
  13. (3) You have already put all relevant DATA commands for the BBS into NVRAM
  14.  
  15. Note that, generally, fax (AT+F) commands CANNOT be stored in NVRAM.
  16.  
  17. Run PCBSETUP.EXE and make the following changes in the modem section...
  18. (Do not use PCBMODEM.)
  19.  
  20. Make the following changes...
  21.  
  22. Init-1      ATZ^M~~AT+FCLASS=2.0
  23. Init-2      AT+FNR=1,1,1,1;+FLI="713 555 1212"
  24. Offhook     ATH1M0
  25. Answer      AT+FAA=1;A
  26. Dialout     AT+FCLASS=0DT
  27.  
  28. If your BOARD.BAT file (or, whatever the file is that starts up your BBS),
  29. after the PCB.EXE line...
  30.  
  31.   pcb.exe
  32.   if errorlevel 7 rcvfax.bat
  33.  
  34. (If you have any other "if errorlevel" lines in your BOARD.BAT, remember
  35. that errorlevel numbers must be in DESCENDING order: 9,8,7,6,5, etc.)
  36.  
  37. Make a new file called RCVFAX.BAT that says the following:
  38.   @echo off
  39.   bgfax /fco:4 c:\bgfax 1 z
  40.   board.bat
  41.  
  42. The "1" is for COM1.  Change that if necessary for your modem.
  43.  
  44. P.S... USR's FAX/ARQ light WILL flash when waiting for calls!
  45.  
  46. Regards,
  47. bgfax author
  48.